home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung / Power-Programmierung (Tewi)(1994).iso / magazine / msysjour / vol04 / 01a / genapp2 / wgenapp.h < prev    next >
Text File  |  1988-10-20  |  438b  |  21 lines

  1. /***************************************************************************
  2.     WINMAIN.H--
  3.     File containing common definitions between WINMAIN.C and
  4.     GENAPP.RC
  5.  
  6. ***************************************************************************/
  7.  
  8.     /* msg */
  9. #define ABOUT_SELECT 0x0010
  10.  
  11.     /* dialogs */
  12. #define IDD_ABOUT_BOX 1
  13.  
  14.     /* strings */
  15. #define IDS_ABOUT 1    
  16.  
  17. #define DEBUG_MENU 9000
  18. #define TE_MENU    8000
  19.  
  20.  
  21.